-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating http-router version due to compile error #12
base: master
Are you sure you want to change the base?
Conversation
@slogsdon I tried to run tests with |
@diogobeda I'll merge this in once I figure out why a couple of the builds are failing. Have you seen anything like this with your local copy? |
2 similar comments
@diogobeda I'm starting to think that 1.0.0-rc1 is not supported by the newest version of Hex. Would you mind removing 1.0.0-rc1 from the build matrix in |
I was trying to use
placid
for the first time based on the kitchen-sink example, but I stumbled on an error when runningmix compile
:My router:
After some investigation I found that the latest
placid
version uses thehttp-router#0.0.3
, that calls that undefinedsend_resp/3
. Than when I updated tohttp-router#0.0.4
and ran my project it compiled just fine.